projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fe461
)
(browse-url-of-region): Use its args. From <mit@nines.nec.co.jp>
author
Dave Love
<fx@gnu.org>
Fri, 20 Mar 1998 10:22:59 +0000
(10:22 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 20 Mar 1998 10:22:59 +0000
(10:22 +0000)
lisp/browse-url.el
patch
|
blob
|
history
diff --git
a/lisp/browse-url.el
b/lisp/browse-url.el
index c429ac062cb9aae3932003635e3a1dead3be72a4..e719ecab3d2a5ebd1c96f01b467980c354207547 100644
(file)
--- a/
lisp/browse-url.el
+++ b/
lisp/browse-url.el
@@
-606,7
+606,7
@@
narrowed."
(interactive "r")
(save-excursion
(save-restriction
- (narrow-to-region
(mark) (point)
)
+ (narrow-to-region
min max
)
(browse-url-of-buffer))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;